Distro 1.6.8 hotfix: pin OT 1.31.1/0.52b1#40529
Merged
jeremydvoss merged 5 commits intoAzure:mainfrom Apr 16, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
sdk/monitor/azure-monitor-opentelemetry/setup.py:87
- The instrumentation version change from '~=0.53b0' to '==0.52b1' should be double-checked for compatibility with dependent components to ensure no functionality is adversely affected.
"opentelemetry-instrumentation-django==0.52b1",
sdk/monitor/azure-monitor-opentelemetry/setup.py:95
- Ensure that pinning the opentelemetry-sdk to exactly 1.31.1 aligns with overall dependency compatibility and that this version fully addresses any breaking changes introduced in later releases.
"opentelemetry-sdk==1.31.1",
lzchen
approved these changes
Apr 15, 2025
Collaborator
|
API change check API changes are not detected in this pull request. |
lzchen
approved these changes
Apr 16, 2025
cRui861
pushed a commit
that referenced
this pull request
May 14, 2025
* hotfix: pin OT 1.31/0.52b0 * update versions and changelog * expand range * comment * revert 1.6.7 changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pinning to OTel==1.31.0/0.52b0 until everything from breaking change is fixed/
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines